home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_451 / PlaceObject2_113_25 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2011-10-17  |  236 b   |  14 lines

  1. onClipEvent(load){
  2.    cheatlist = ["bosses","onemorechance","allmovies"];
  3.    if(_root.cheat == "")
  4.    {
  5.       read = true;
  6.       s = new Sound();
  7.       s.attachSound("cheater");
  8.    }
  9.    else
  10.    {
  11.       read = false;
  12.    }
  13. }
  14.